home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n17.arc / WINVER.ARC / WINVER2 < prev    next >
Text File  |  1991-09-25  |  212b  |  8 lines

  1. REM WinVer2 -- assigns WinVer to menu and key
  2.  
  3. Sub MAIN
  4.     MacroAssignToMenu "WinVer", "&Utilities", "Windows &Version"
  5.     AltKey = 1024
  6.     MacroAssignToKey "WinVer", AltKey + Asc("V")  'Alt-V
  7. End Sub
  8.